https://portaldev.eonpayments.com/api/v01/customers/[customer-id]                
            Provides access to configuration settings for the specified customer.
| Resource URL | Description | 
|---|---|
| https://portaldev.eonpayments.com/api/v01/customers/[customer-id]/[payment-options] | Provides access to payment options associated with the specified customer. | 
| https://portaldev.eonpayments.com/api/v01/customers/[customer-id]/[subscriptions] | Allows to manage the subscriptions associated with the specified customer. | 
| https://portaldev.eonpayments.com/api/v01/customers/[customer-id]/[transactions] | Provides access to the transactions associated with the specified customer. | 
                                                                        | Method: GET | Implicit: Yes | Returns: Customer * | 
| Consumes: xurl | Produces: json, xml | |
| 
                                     
                                        Returns configuration settings for the selected customer. 
                                 | 
                            ||
                                                                        | Method: POST | Implicit: Yes | Returns: Customer * | 
| Consumes: json, xml | Produces: json, xml | |
| 
                                     
                                        Updates the selected customer with the specified values. 
                                 | 
                            ||
| # | Name | Type | Required | Default | Description | 
|---|---|---|---|---|---|
| 01 | object | Customer * | Yes | 
                                                                                                                        Represents information about the customer. |